home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global IQcursor
- clearCursors()
- set the cursor of sprite 6 to IQcursor
- set the cursor of sprite 9 to IQcursor
- set the cursor of sprite 10 to IQcursor
- repeat with i = 30 to 39
- set the cursor of sprite i to IQcursor
- end repeat
- end
-